PreviousNextTracker indexSee it online !

(20/314) 1416356 - FTP Plugin fails on OS/390

Unable to use FTP Plugin with OS/390.

The connection fails after FTP tries to CWD
to /"FYFEB."/. OS/390 (MVS) doesn't require the /
characters. Have attached the FTP activity log.

Note: The working directory has already been
established (see PWD).

Submitted bill_fyfe - 2006-01-27 - 13:01:28z Assigned nobody
Priority 5 Category None
Status Open Group None
Resolution None Visibility No

Comments

2007-05-30 - 11:26:15z
jklein001
Logged In: YES
user_id=1804534
Originator: NO

The plugin does not go to the directory I intended.
There is a null pointer exception.

[debug] FtpConnection: Discarding crw-rw-rw- 1 OMVSKERN 0 1, 0 May 18 13:15 ptyp0000
[notice] FtpConnection: lineToDirectoryEntry(crw-rw-rw- 1 OMVSKERN 0 1, 1 May 11 2006 ptyp0001) failed:
[notice] FtpConnection: java.lang.NullPointerException
[notice] FtpConnection: at ftp.FtpConnection.lineToDirectoryEntry(FtpConnection.java:577)
[notice] FtpConnection: at ftp.FtpConnection.getDirectoryEntry(FtpConnection.java:175)
[notice] FtpConnection: at ftp.FtpVFS._getFile(FtpVFS.java:291)
[notice] FtpConnection: at ftp.FtpVFS.resolveSymlink(FtpVFS.java:491)
[notice] FtpConnection: at ftp.FtpVFS._listFiles(FtpVFS.java:237)
[notice] FtpConnection: at org.gjt.sp.jedit.browser.BrowserIORequest.listDirectory(BrowserIORequest.java:159)
[notice] FtpConnection: at org.gjt.sp.jedit.browser.BrowserIORequest.run(BrowserIORequest.java:90)
[notice] FtpConnection: at org.gjt.sp.util.WorkThread.doRequest(WorkThread.java:203)
2007-05-30 - 12:00:59z
manfredu
Logged In: YES
user_id=16314
Originator: NO

Yes, it would be really nice if the ftp plugin would support the mainframe ftp server (MVS, OS/390, Z/OS). Unfortunately AFAIK the directory listings are completely different so it requires some work to support it. Until this is the case I use Filezilla 3 which runs under Windows and Linux and supports the MVS ftp server.
2007-05-30 - 12:01:22z
manfredu
Logged In: YES
user_id=16314
Originator: NO

Yes, it would be really nice if the ftp plugin would support the mainframe ftp server (MVS, OS/390, Z/OS). Unfortunately AFAIK the directory listings are completely different so it requires some work to support it. Until this is the case I use Filezilla 3 which runs under Windows and Linux and supports the MVS ftp server.

Attachments

2006-01-27 - 13:01:28z
bill_fyfe
jedit_ftp.txt

FTP Activity Log